adTempus API
|
Gets the WHERE clause for the selection statement.
HRESULT GetWhereClause([out,retval] BSTR * whereClause);
GetWhereClause([out,retval] BSTR whereClause);
Sub GetWhereClause(whereClause As [out,retval] BSTR)
A valid SQL WHERE clause, excluding the "WHERE" statement. Return an empty string to omit the WHERE clause and select all records.
See the overview for information on the proper syntax for the clause.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|